home *** CD-ROM | disk | FTP | other *** search
/ Over 1,000 Windows 95 Programs / Over 1000 Windows 95 Programs (Microforum) (Disc 1).iso / 0793 / readme.txt < prev   
Text File  |  1997-04-10  |  5KB  |  130 lines

  1.  
  2. Welcome to NS-Batch.  I wrote this program to help me with the
  3. administration of a web site belonging to a client of mine.
  4. The log file(s) from the web server included the IP addresses
  5. of all machines that accessed the site, but did not include
  6. hostnames corresponding to those addresses.  My client wanted
  7. the hostnames, and I got tired of manually typing (or even
  8. cut'n'pasting) the names from a log file into an NS-Lookup
  9. program.  Thus NS-Batch was born.
  10.  
  11. Both 16-bit (for Windows 3.1) and 32-bit (for Windows '95 and
  12. Windows NT) are available.  Although the 16-bit version will
  13. run under Windows '95, it is not recommended.  The 16-bit 
  14. version is NS-BATCH.EXE.  The 32-bit version is NSB-32.EXE.
  15. If you have received NSB-32.ZIP, create an empty directory,
  16. unzip the file into that directory, and then run SETUP.EXE
  17. to install the program.
  18.  
  19.  
  20. Interactive Processing - IP Address to Hostname:
  21.  
  22. Enter the IP address for which you want a hostname and press
  23. the upper "Lookup" button (Alt-L).  If a hostname is available,
  24. it will be displayed.
  25.  
  26.  
  27.  
  28. Interactive Processing - Hostname to IP address:
  29.  
  30. Enter the hostname for which you want an IP address and press
  31. the lower "Lookup" button (Alt-O).  If an IP address can be
  32. found, it will be displayed.
  33.  
  34.  
  35.  
  36. Batch Processing:
  37.  
  38. Enter the name of an ASCII text file containing numeric 
  39. IP addresses in dotted-octet notation (i.e., in the form 
  40. 199.102.3.2), and the name of an output file.  Then click 
  41. on  the "Run" button (Alt-U).  The program will read the
  42. input file, searching for IP addresses, and will create an 
  43. output file containing a separate line for each address in 
  44. the input file.  The format of the output file will be 
  45. determined by the options that you select.
  46.  
  47.  
  48. Probing:
  49.  
  50. You can also use NS-Batch to "probe" for the names of all
  51. the machines on a given subnet.  Say for example that you
  52. want the names of all computers whose addresses are in the
  53. range 199.1.11.1 through 199.1.11.254.  Enter the subnet
  54. 199.1.11 (without the trailing '.' character), and the name
  55. of an output file.  Then click on the "Probe" button (Alt-R).
  56. The program will start probing the DNS, searching for IP
  57. addresses that fit the subnet, and will create an output
  58. file containing a separate line for each address in the
  59. input file.  The format of the output file will be determined
  60. by the options that you select.
  61.  
  62. Note that NS-Batch only does DNS lookups, and does not actually
  63. perform a "ping" on each computer reported.
  64.  
  65.  
  66. Output Format Options:
  67.  
  68. The output files for both batch processing and probing can
  69. be formatted as desired.  Each line in the output file can
  70. contain up to five fields, separated by the delimiter of
  71. your choice.  The order of the fields can also be adjusted
  72. by selections on the Output Options dialog.
  73.  
  74. * The hexadecimal representation of the binary form of the
  75.   IP address (makes it easy to sort the file).
  76. * The IP address in dotted-octet notation.
  77. * The hostname corresponding to the IP address, if found (for
  78.   example, www.onramp.net).
  79. * The hostname in reverse notation (for example, net.onramp.www).
  80. * A status field describing any anomalies that occurred during
  81.   the lookup.
  82.  
  83. Also, you may adjust the operation of NS-Batch via the following
  84. selections (on the "Output Options" dialog:
  85.  
  86. * Selecting "Verify that hostnames are valid" will cause
  87.   NS-BATCH to perform a forward lookup of the hostname.
  88.   That is, if NS-BATCH finds that "198.57.35.2" is
  89.   "machine.domain.com", it will then lookup "machine.domain.com"
  90.   to verify that "198.57.35.2" is returned.
  91. * Selecting "Include invalid hostnames in output" (which
  92.   is only applicable if  "Verify that hostnames are valid"
  93.   is checked) will cause NS-BATCH to include in the output
  94.   all hostnames found, even if they fail the forward lookup.
  95.  
  96.  
  97.  
  98. Comments, Suggestions, etc.
  99.  
  100. Comments are more than welcome, and constructive
  101. suggestions will be incorporated into future versions
  102. of the program.  Please feel free to contact the author
  103. via e-mail at:
  104.  
  105.   jim@jimprice.com, 
  106.  
  107. The latest versions of NS-BATCH and other products can
  108. always be found on the NS-Batch homepage at:  
  109.  
  110.   http://www.jimprice.com/jimprice/html/jim-soft.htm
  111.  
  112.  
  113. Licensing
  114.  
  115. Although ownership of NS-Batch is retained by the author, this 
  116. version may be freely distributed, as long as it is not modified, 
  117. and as long as it is accompanied by this notice.  If you really 
  118. like the program, and feel compelled to send money, send a 
  119. small donation to:
  120.  
  121. Jim Price
  122. 13237 Montfort Drive, Suite 406
  123. Dallas, TX  75240
  124.  
  125.  
  126.  
  127.  
  128.  
  129.  
  130.